[INFO] cloning repository https://github.com/soheilnikroo/rust-todo-app
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/soheilnikroo/rust-todo-app" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoheilnikroo%2Frust-todo-app", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoheilnikroo%2Frust-todo-app'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 061b3f6d8e9258b301e27e968f48ebf22dfaa333
[INFO] fixing soheilnikroo/rust-todo-app against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoheilnikroo%2Frust-todo-app" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/soheilnikroo/rust-todo-app
[INFO] finished tweaking git repo https://github.com/soheilnikroo/rust-todo-app
[INFO] tweaked toml for git repo https://github.com/soheilnikroo/rust-todo-app written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/soheilnikroo/rust-todo-app on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/soheilnikroo/rust-todo-app already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 471bffdd45371ce1904864494160a9cea0faf42032e05cb9c499d1282de2a417
[INFO] running `Command { std: "docker" "start" "471bffdd45371ce1904864494160a9cea0faf42032e05cb9c499d1282de2a417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "471bffdd45371ce1904864494160a9cea0faf42032e05cb9c499d1282de2a417" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "471bffdd45371ce1904864494160a9cea0faf42032e05cb9c499d1282de2a417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "471bffdd45371ce1904864494160a9cea0faf42032e05cb9c499d1282de2a417" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking todo-app v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0609]: no field `title` on type `(&String, &mut Task)`
[INFO] [stdout]   --> src/main.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 |         task.title = new_title;
[INFO] [stdout]    |              ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 60 |         task.1.title = new_title;
[INFO] [stdout]    |              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `description` on type `(&String, &mut Task)`
[INFO] [stdout]   --> src/main.rs:69:14
[INFO] [stdout]    |
[INFO] [stdout] 69 |         task.description = new_description;
[INFO] [stdout]    |              ^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 69 |         task.1.description = new_description;
[INFO] [stdout]    |              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `status` on type `(&String, &mut Task)`
[INFO] [stdout]   --> src/main.rs:78:14
[INFO] [stdout]    |
[INFO] [stdout] 78 |         task.status = TaskStatus::Completed;
[INFO] [stdout]    |              ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 78 |         task.1.status = TaskStatus::Completed;
[INFO] [stdout]    |              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `status` on type `(&String, &mut Task)`
[INFO] [stdout]   --> src/main.rs:87:14
[INFO] [stdout]    |
[INFO] [stdout] 87 |         task.status = TaskStatus::InProgress;
[INFO] [stdout]    |              ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 87 |         task.1.status = TaskStatus::InProgress;
[INFO] [stdout]    |              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `status` on type `(&String, &mut Task)`
[INFO] [stdout]   --> src/main.rs:96:14
[INFO] [stdout]    |
[INFO] [stdout] 96 |         task.status = TaskStatus::NotStarted;
[INFO] [stdout]    |              ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 96 |         task.1.status = TaskStatus::NotStarted;
[INFO] [stdout]    |              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `id` on type `(&String, &Task)`
[INFO] [stdout]    --> src/main.rs:104:22
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.title, task.description, task.status
[INFO] [stdout]     |                      ^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.1.id, task.title, task.description, task.status
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `title` on type `(&String, &Task)`
[INFO] [stdout]    --> src/main.rs:104:31
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.title, task.description, task.status
[INFO] [stdout]     |                               ^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.1.title, task.description, task.status
[INFO] [stdout]     |                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `description` on type `(&String, &Task)`
[INFO] [stdout]    --> src/main.rs:104:43
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.title, task.description, task.status
[INFO] [stdout]     |                                           ^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.title, task.1.description, task.status
[INFO] [stdout]     |                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `status` on type `(&String, &Task)`
[INFO] [stdout]    --> src/main.rs:104:61
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.title, task.description, task.status
[INFO] [stdout]     |                                                             ^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.title, task.description, task.1.status
[INFO] [stdout]     |                                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `todo-app` (bin "todo-app" test) due to 9 previous errors
[INFO] [stdout] error[E0609]: no field `title` on type `(&String, &mut Task)`
[INFO] [stdout]   --> src/main.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 |         task.title = new_title;
[INFO] [stdout]    |              ^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 60 |         task.1.title = new_title;
[INFO] [stdout]    |              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0609]: no field `description` on type `(&String, &mut Task)`
[INFO] [stdout]   --> src/main.rs:69:14
[INFO] [stdout]    |
[INFO] [stdout] 69 |         task.description = new_description;
[INFO] [stdout]    |              ^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 69 |         task.1.description = new_description;
[INFO] [stdout]    |              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `status` on type `(&String, &mut Task)`
[INFO] [stdout]   --> src/main.rs:78:14
[INFO] [stdout]    |
[INFO] [stdout] 78 |         task.status = TaskStatus::Completed;
[INFO] [stdout]    |              ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 78 |         task.1.status = TaskStatus::Completed;
[INFO] [stdout]    |              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `status` on type `(&String, &mut Task)`
[INFO] [stdout]   --> src/main.rs:87:14
[INFO] [stdout]    |
[INFO] [stdout] 87 |         task.status = TaskStatus::InProgress;
[INFO] [stdout]    |              ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 87 |         task.1.status = TaskStatus::InProgress;
[INFO] [stdout]    |              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `status` on type `(&String, &mut Task)`
[INFO] [stdout]   --> src/main.rs:96:14
[INFO] [stdout]    |
[INFO] [stdout] 96 |         task.status = TaskStatus::NotStarted;
[INFO] [stdout]    |              ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]    |
[INFO] [stdout] 96 |         task.1.status = TaskStatus::NotStarted;
[INFO] [stdout]    |              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `id` on type `(&String, &Task)`
[INFO] [stdout]    --> src/main.rs:104:22
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.title, task.description, task.status
[INFO] [stdout]     |                      ^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.1.id, task.title, task.description, task.status
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `title` on type `(&String, &Task)`
[INFO] [stdout]    --> src/main.rs:104:31
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.title, task.description, task.status
[INFO] [stdout]     |                               ^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.1.title, task.description, task.status
[INFO] [stdout]     |                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `description` on type `(&String, &Task)`
[INFO] [stdout]    --> src/main.rs:104:43
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.title, task.description, task.status
[INFO] [stdout]     |                                           ^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.title, task.1.description, task.status
[INFO] [stdout]     |                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `status` on type `(&String, &Task)`
[INFO] [stdout]    --> src/main.rs:104:61
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.title, task.description, task.status
[INFO] [stdout]     |                                                             ^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout] help: one of the expressions' fields has a field of the same name
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 task.id, task.title, task.description, task.1.status
[INFO] [stdout]     |                                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0609`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0609`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `todo-app` (bin "todo-app") due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "471bffdd45371ce1904864494160a9cea0faf42032e05cb9c499d1282de2a417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "471bffdd45371ce1904864494160a9cea0faf42032e05cb9c499d1282de2a417", kill_on_drop: false }`
[INFO] [stdout] 471bffdd45371ce1904864494160a9cea0faf42032e05cb9c499d1282de2a417
